home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Developer Connectio…eloper Series 2005 March
/
Dev.CD Mar 05.iso
/
What's New
/
Technical Notes and Q&As
/
ADC Reference Library
/
js
/
busnav.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-06-19
|
157 b
|
13 lines
<!--
function busNav(newPage) {
newLoc = newPage.options[newPage.selectedIndex].value
if (newLoc != "") {
window.location.href = newLoc
}
}
// -->